forked from BigScary/ExtraHardMode
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant compile #38
Open
ghost
wants to merge
257
commits into
Di3mex:master
Choose a base branch
from
MLG-Fortress:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Cant compile #38
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Very possible that this is cancelling the explosion tasks??? Doubt it though :/
This reverts commit b1c027c.
Idk let's see if this works. http://stackoverflow.com/a/6049174
This reverts commit 072ef17.
This reverts commit 12808a5.
No need for #3
Issue #4 was never actually an issue
Fix getArmorPoints NPE by checking for null (assumption is it used to return air, hence no nullcheck) Ignore custom biomes which cause a spigot error to be thrown when using getBiome
* Quick fix on zombie head bug where it spawns 2 blocks up to the ground because of 7e130fc * Just replaced block.getType().isSolid() with block.getType() != Material.AIR isSolid does not include slabs and probably some other things also changed tempBlock entity.getLocation() to skull.getLocation() to fix the issue of skulls not despawning after a zombie is revived
Idk what md_5 is doing with the spigot repo
* We don't care if event is canceled * We don't care if entity is not an animal * No need to check for instanceof animal if we can just cast an entity to Animal in the first place.
If you have a duplicate "Threshold" config node, the one with the capital "T" is the correct one.
a sad day for github actions' documentation
Bumps [bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 1.7 to 1.8. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps git-commit-id-plugin from 4.0.3 to 4.0.4. Signed-off-by: dependabot-preview[bot] <[email protected]>
There's always somebody who manages to do this. |
Bumps git-commit-id-plugin from 4.0.4 to 4.0.5. Signed-off-by: dependabot-preview[bot] <[email protected]>
java path syntax is different
maven is already present on VM
Idk who's brilliant idea in the maven team decided to do http blocking and all
* build: update EngineHub repository * build: update maven-shade-plugin to 3.3.0 * refactor: remove non-void EventHandlers
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
instead of relying on now-defunct github-hosted repo Also removed hawkeye dependency, seemed to be unused
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hey guys im trying to compile the plugins cause i dont want the enderdragon to spawn blazes but when im try this happens
Failed to execute goal on project ExtraHardMode: Could not resolve dependencies for project com.extrahardmode:ExtraHardMode:jar:3.14.2: Failed to collect dependencies at com.sk89q:worldguard:jar:6.1.1-SNAPSHOT -> com.sk89q:worldedit:jar:5.5.8: Failed to read artifact descriptor for com.sk89q:worldedit:jar:5.5.8: Could not transfer artifact com.sk89q:worldedit:pom:5.5.8 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [github-releases (http://di3mex.github.io/repo_bukkit/releases/, default, releases+snapshots), github-snapshots (http://di3mex.github.io/repo_bukkit/snapshots/, default, releases+snapshots), md_5-releases (http://repo.md-5.net/content/repositories/releases/, default, releases+snapshots), md_5-snapshots (http://repo.md-5.net/content/repositories/snapshots/, default, releases+snapshots), spigot-repo (http://hub.spigotmc.org/nexus/content/repositories/snapshots/, default, releases+snapshots), sk89q-repo (http://maven.sk89q.com/repo/, default, releases+snapshots)] -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:,
i try whitout touching nothing and same error appears, yes i have maven 3 i dont know what im doing wrong